projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03244f8
)
Check whether fmod exists.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 1 Feb 1994 23:17:03 +0000
(23:17 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 1 Feb 1994 23:17:03 +0000
(23:17 +0000)
configure1.in
patch
|
blob
|
history
diff --git
a/configure1.in
b/configure1.in
index 557a556320859a14fb4542d3b312b0eb505f6308..45ea56ba61148135a8ed9c2adc57790d972dcfa0 100755
(executable)
--- a/
configure1.in
+++ b/
configure1.in
@@
-1326,7
+1326,7
@@
AC_ALLOCA
# logb and frexp are found in -lm on most systems.
AC_HAVE_LIBRARY(-lm)
AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \
-random bcopy bcmp logb frexp ftime res_init setsid strerror)
+random bcopy bcmp logb frexp f
mod f
time res_init setsid strerror)
ok_so_far=true
AC_FUNC_CHECK(socket, , ok_so_far=)